home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 September
/
Chip_2002-09_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d456
/
TMIDIGEN.ZIP
/
C++Builder Install.txt
next >
Wrap
Text File
|
2002-05-31
|
1KB
|
58 lines
Component: TMidiGen V2.0
---------
Author: Alan Warriner - alan.warriner@bigfoot.com
------ http://www.alan-warriner.co.uk
Installation
------------
C++Builder 4
------------
Unzip the C++Builder archive to a folder of your choice.
Copy TMidiGen.bpl to a folder on the IDE search path (e.g. ...CBuilder\Bin).
Copy MidiGen.hpp to ..CBuilder\Include or equivalent.
Copy TMidiGen.bpi and TMidiGen.lib to ...CBuilder\Lib or equivalent.
Start C++Builder and select:
Component -> Install Packages.
Click on Add
Browse to the folder where TMidiGen.bpl was copied.
Select the file TMidiGen.bpl and click OK.
OK all the way back to C++Builder.
TMidiGen should now be installed on the Samples Palette.
Other Versions Of C++Builder
----------------------------
Extract the C++Builder Component Source.zip files (TMidiGen.cpp, MidiGen.hpp, MidiGen.pas, TMidiGen.bpk & TMidiGen.res) into a folder.
Start C++Builder.
Select the File -> Open Project menu option.
Browse to the folder where the files were un-zipped.
Select TMidiGen.bpk
From the small dialog which appears select Compile.
The compiler should complain that it needs VCLx.y or something similar, select OK.
When compilation is complete select Install.